Sending Events
You can send events to other applications or processes using thePostHighLevelEvent
function. To send Apple events to other applications, use the Apple Event Manager functionAESend
. The Operating System Event Manager also provides thePPostEvent
andPostEvent
functions for posting low-level events to the Operating System event queue. ThePostEvent
function is used by the Toolbox Event Manager. In most cases your application should not use thePostEvent
function.
Subtopics
- PostHighLevelEvent
- PPostEvent
- PostEvent